home *** CD-ROM | disk | FTP | other *** search
/ boe.pres.k12.wv.us / boe.pres.k12.wv.us.zip / boe.pres.k12.wv.us / Utilities / Xerox Workcentre 5335 / Windows Scan / 64-bit_x64 / Dansk / default_LZW.xst < prev    next >
Text File  |  2012-09-19  |  2KB  |  66 lines

  1. #
  2. #    DEFAULT.XST    1.12
  3. #    13:37:45    09/27/02
  4. #    16:09:05    03/16/00
  5. #
  6. #    Description:
  7. #        This file is the default template file for the installed system.
  8. #
  9. #    NOTE:
  10. #        THIS FILE GETS OVERWRITTEN BY ESS SOFTWARE IF THE NETWORK VERSION
  11. #    IS UPDATED.
  12. #
  13. ###################################
  14. [service xrx_svc_general]
  15.  {
  16.       enum_DCS DCSDefinitionUsed = DCS_GENERIC;
  17.       enum_encoding JobTemplateCharacterEncoding = ASCII;
  18.       string JobTemplateLanguageVersion = "2.03.08";
  19.       string JobTemplateName = "bogus.xst";
  20.       string JobTemplateDescription = "TWAIN";
  21.       string JobTemplateCreator = "TWAIN";
  22.       boolean SuppressJobLog = FALSE;
  23.       enum_confmethod ConfirmationMethod = PRINT;
  24.  }
  25. end
  26.  
  27. [service xrx_svc_scan]
  28.  {
  29.       enum_mediasize InputMediaSize = AUTO;
  30.       enum_colormode ColorMode = BLACK_AND_WHITE;
  31.       enum_sided SidesToScan = ONE_SIDED;
  32.  }
  33. end
  34.  
  35. [service xrx_svc_file]
  36.  {
  37.       string RepositoryName = "0.0.0.0";
  38.       enum_filingprotocol FilingProtocol = SMB;
  39.       string DocumentPath = "\\";
  40.       string RepositoryVolume = "WCProInbox";
  41.       string UserNetworkFilingLoginName = "bogus";
  42.       enum_loginsource LoginSource = PROMPT_IF_NECESSARY;
  43.  }
  44. end
  45.  
  46. [doc_object xrx_document]
  47.  {
  48.       ref_invocation UserData = xrx_dscrpt_metadata:1;
  49.       string DocumentObjectName = "DOC";
  50.       enum_docformat DocumentFormat = TIFF_V6;
  51.       enum_resolution Resolution = RES_200X200;
  52.       enum_compression CompressionsSupported = G4, LZW;
  53.  }
  54. end
  55.  
  56. [description xrx_dscrpt_metadata]
  57.  1{
  58.       string MetaDataPrompt = "Enter Password";
  59.       string MetaDataFieldName = "---loginpassword---";
  60.       string MetaDataType = "string";
  61.       boolean MetaDataRequiredEntry = TRUE;
  62.       enum_metadatamaskingrequired MetaDataMaskingRequired = MASK_AND_OMIT;
  63.  }
  64. end
  65.  
  66.